GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-03-11T00:55:30.0694285+00:00",
"SubmitDate": "2026-03-11T00:55:30.0694285+00:00",
"ReportPeriodStart": "2026-03-11T00:55:30.0694285+00:00",
"ReportPeriodEnd": "2026-03-11T00:55:30.0694285+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "75495fc5-c6c4-4616-a95f-175dce6abd1a",
"Rows": [
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "75495fc5-c6c4-4616-a95f-175dce6abd1a",
"Rows": [
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"64fae7e5-ceef-45b4-8a91-7ed99644a1bb",
"943acfbd-1ea5-4856-8f81-87ccbac3b058"
],
"Approvers": [
"59cc5840-00f8-40bb-b93f-632b9bde8a5e",
"972af588-640b-479c-b290-881e5d674ac5"
],
"ApprovedBy": "d23ec4df-08c4-49a5-85b3-99d350a55471",
"ApprovalDate": "2026-03-11T00:55:30.0694285+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "52d6873e-673f-4a44-82b0-232c8c0e8ebf",
"id": "2d596725-5bfa-4262-9550-02aea1bda9c8",
"ConfigId": "e9b7a0a8-6520-45ae-b6c2-ab39d74f4961"
},
{
"GenerationDate": "2026-03-11T00:55:30.0694285+00:00",
"SubmitDate": "2026-03-11T00:55:30.0694285+00:00",
"ReportPeriodStart": "2026-03-11T00:55:30.0694285+00:00",
"ReportPeriodEnd": "2026-03-11T00:55:30.0694285+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "75495fc5-c6c4-4616-a95f-175dce6abd1a",
"Rows": [
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "75495fc5-c6c4-4616-a95f-175dce6abd1a",
"Rows": [
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "eee4f3e7-149d-45fb-a670-55826308b18a",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"64fae7e5-ceef-45b4-8a91-7ed99644a1bb",
"943acfbd-1ea5-4856-8f81-87ccbac3b058"
],
"Approvers": [
"59cc5840-00f8-40bb-b93f-632b9bde8a5e",
"972af588-640b-479c-b290-881e5d674ac5"
],
"ApprovedBy": "d23ec4df-08c4-49a5-85b3-99d350a55471",
"ApprovalDate": "2026-03-11T00:55:30.0694285+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "52d6873e-673f-4a44-82b0-232c8c0e8ebf",
"id": "2d596725-5bfa-4262-9550-02aea1bda9c8",
"ConfigId": "e9b7a0a8-6520-45ae-b6c2-ab39d74f4961"
}
]